type github.com/jackc/pgx/v5/pgtype.encodePlanBoolCodecTextBoolValuer

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		bool.go#L129: 			return encodePlanBoolCodecTextBoolValuer{}
		bool.go#L150: type encodePlanBoolCodecTextBoolValuer struct{}
		bool.go#L152: func (encodePlanBoolCodecTextBoolValuer) Encode(value any, buf []byte) (newBuf []byte, err error) {